home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 - Homepage / CHIP.BIN / share / webmaste / csehtmlp / csehtmlp.exe / {app} / batchreporttemplate.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2002-12-22  |  1.5 KB  |  43 lines

  1.  
  2. /*
  3.  
  4. Default style sheet for Batch Wizard v6.00+ reports
  5. Copyright (C) 2002 by AI Internet Solutions
  6.  
  7. If you modify this file, be sure to save a backup because this file may be overwritten if HTML Validator is reinstalled.
  8.  
  9. 2002-09-24 - removed "background-color: inherit;" properties due to a problem with Netscape 4.x.
  10. 2002-10-16 - added class "warninglinkstatus" for CSE v5.5110+
  11. 2002-12-22 - added a.target
  12.  
  13. */
  14.  
  15.  
  16. body { background-color: white; font-family: arial, helvetica, sans-serif; font-size: small; color: black; }
  17. p { color: black; }
  18. a:hover { color: red; }
  19. li { color: black; }
  20.  
  21. h1 { font-weight: bold; font-size: x-large; }
  22. h1.title { font-weight: bold; font-size: x-large; color: #202070; }
  23. h2 { font-size: large; }
  24. h3 { font-size: medium; }
  25. h3.target, a.target { color: #202070; text-decoration: none; }
  26.  
  27. th { background-color: #6666ff; color: white; font-size: small; font-weight: bold; text-align: left; }
  28. td { background-color: #ffffbb; color: black; font-size: small; }
  29.  
  30. table.validatormsgs { width: 100%; }
  31. table.linkcheck { margin-top: 10px; width: 100%; }
  32.  
  33. .msgdescription { color: black; }
  34. .htmlsource { font-family: "courier new", monospace; color: blue; }
  35. .htmlsourcehighlight { color: red; font-weight: bold; }
  36.  
  37. .errormsgtype { color: red; font-weight: bold; }
  38. .badlinkstatus { color: red; font-weight: bold; }
  39. .warninglinkstatus { color: red; font-weight: bold; }
  40. .warningmsgtype { font-weight: bold; }
  41.  
  42. .footer { font-family: tahoma, verdana, sans-serif; font-size: small; }
  43.